home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
Chip_2003-12_cd1.bin
/
oddech
/
flashgame
/
camp
/
install
/
camprunamuck.exe
/
scripts
/
DefineButton2_205
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2002-11-01
|
235b
|
13 lines
on(press){
if(confirm.toLowerCase() == "794f890" || confirm.toLowerCase() == "566c228")
{
_root.spPowers = true;
play();
_root.splashStop();
}
else
{
confirm = "Invalid Code!";
}
}